home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15108 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  890 b 

  1. Path: news.cybercom.net!usenet
  2. From: nield@cybercom.net (John Nield)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Memory deallocation and linked lists
  5. Date: Wed, 17 Apr 1996 05:03:41 GMT
  6. Organization: Cyber Access Internet Services (617) 396-0491
  7. Message-ID: <4l1u56$s49@orion.cybercom.net>
  8. References: <4l1hpk$hk5@alice.walrus.com>
  9. Reply-To: nield@cybercom.net
  10. NNTP-Posting-Host: dial2-16.cybercom.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. warrenj@walrus.com (Warren Johnson) wrote:
  14.  
  15. >Greetings!
  16. >Let us suppose I have a singularly linked list.  If i free up the first 
  17. >node, will all of the rest of the nodes be freed up as well? Free 
  18. >meaning, using the borland command free().
  19. no
  20. >  Do I have to free up each node
  21. >seperately?
  22. not if you use the exit() command
  23.  
  24. >Something I've never actually known >:). Thanks in advance.
  25.  
  26. >--
  27. >Warren D. Johnson
  28. >CEO and Founder
  29. >Runtime Computing, Inc.
  30.  
  31.  
  32.